Update azure/webapps-deploy action to v3#25
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
efd3ca8 to
95d94a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v3Release Notes
azure/webapps-deploy (azure/webapps-deploy)
v3.0.8: Releases/v3 minor releaseCompare Source
v3.0.7: Releases/v3 minor patch version releaseCompare Source
Following Changes:
Azure#519
v3.0.6: Releases/v3 minor patch version releaseCompare Source
This contains changes related to Sidecar
Azure#487
v3.0.5: Releases/v3 minor patch version releaseCompare Source
Changes: Azure#482
v3.0.4: Releases/v3 minor patch version releaseCompare Source
Adding following changes:
Azure#480
v3.0.3: Releases/v3 minor patch version releaseCompare Source
Releasing following changes
Azure#466
v3.0.2Compare Source
v3.0.1: Node version updated to 20 in webapps_deploy@v3Compare Source
Node version updated to 20 in webapps_deploy@v3
v3.0.0: Release version 3.0.0 🎉Compare Source
Release v3
Moving from the older Zip Deploy API to Kudu Publish API for deploying your webapp via Github action
webapps-deploy.Reason for migration
The reason for this change is the Publish API
/api/publish/has many more features over the older/zipdeploy/API and it is also currently used in the Azure CLI, plugins for Maven and Gradle, it would be consistent with other deployment providers.What it means for the existing users
webapps-deploy@v2can still use the same action without any change in the workflow file.webapps-deploy@v3to use the new Publish API features.Features
type- The type of the artifact being deployed, this sets the default target path and informs the web app how the deployment should be handled.- type=war: Deploy a WAR package. By default, the WAR package is deployed to /home/site/wwwroot/app.war. The target path can be specified with parameter target-path.target-path- The absolute path to deploy the artifact to./home/site/wwwrootclean- Specifies whether to clean (delete) the target deployment before deploying the artifact there.true/falseclean=truerestart- By default, the API restarts the app following the deployment operation (restart=true). To deploy multiple artifacts, prevent restarts on all but the final deployment by setting restart=false.true/falserestart=trueExample
What's Changed
New Contributors
Full Changelog: Azure/webapps-deploy@v2.2.11...v3.0.0
v3Compare Source
v2.2.19: Releases/v2 minor patch version releaseCompare Source
v2.2.18: Releases/v2 minor patch version release | Feb 26Compare Source
v2.2.17Compare Source
Changes:
Azure#488
v2.2.16Compare Source
v2.2.15: releases/v2 minor releaseCompare Source
Changes:
Azure#478
v2.2.14: releases/v2 minor releaseCompare Source
Changes:
Azure#467
v2.2.13Compare Source
v2.2.12: Node version updated to 20 in webapps_deploy@v2Compare Source
Node version updated to 20 in webapps_deploy@v2
v2.2.11Compare Source
What's Changed
New Contributors
Full Changelog: Azure/webapps-deploy@v2...v2.2.11
v2.2.10: Releases 2.2.10Compare Source
Adding option for bearer auth for scm uri. Azure#325
v2.2.9Compare Source
Updated node modules.
v2.2.7Compare Source
v2.2.6: Release 2.2.6Compare Source
Fix for the warning: DeprecationWarning: Invalid 'main' field in '/home/runner/work/actions/azure/webapps-deploy/v2/node_modules/actions-secret-parser/package.json' of 'lib/index.js'. Please either fix that or report it to the module author
Support to add resource group as optional parameter in the github action.
v2.2.5: Minor release 2.2.5Compare Source
v2.2.4: Release 2.2.4Compare Source
v2.2.3: Releasing v2.2.3Compare Source
Supports windows container images with publishprofile.
v2.2.2: Releasing v2.2.2Compare Source
Added commit message in zipDeploy payload
v2.2.1: Releasing v2.2.1Compare Source
Fixing bug for multi-container support
v2.2.0: Releasing v2.2.0Compare Source
Support for new AppKind Kubeapp
v2.1.6Compare Source
v2.1.5Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.